Enterprise CRM with native MCP interface. Search contacts, manage deals, create tasks, and log activities across Sales, Marketing, Service, Content & Operations — with built-in approval safeguards for high-value actions.
Overview
Decern CRM
Enterprise-grade unified CRM with a native MCP server for AI agents.
Tools
| Tool | Description |
|---|---|
| search_contacts | Search contacts by name, email, or role |
| get_contact | Get full contact details by ID |
| create_contact | Create a contact (name, email, LinkedIn, role) |
| create_deal | Create a deal with value and pipeline stage |
| create_task | Create a task in any module |
| update_deal_stage | Move a deal to a new stage |
| log_activity | Log a call, email, meeting, or note |
| get_approval_status | Check pending approval status |
Resources
decern://sales/pipeline— Active deals with stage and valuedecern://contacts/list— All contacts with health scoresdecern://contacts/{id}/history— Full audit trail for a contactdecern://ops/status— Task queue by execution statedecern://approvals/pending— Pending approval requests
Safety
Deals ≥$10,000 require human approval before stage changes. All agent actions are logged in an immutable audit trail.
Links
- Website: https://decernhq.com
- Agents docs: https://decernhq.com/agents
- Discovery: https://decernhq.com/.well-known/mcp.json
Server Config
{
"mcpServers": {
"decern": {
"transport": "sse",
"url": "https://decernhq.com/mcp/sse"
}
}
}